Mono.CompilerServices.SymbolWriter.SymbolWriterImpl.DefineGlobalVariable C# (CSharp) Method

DefineGlobalVariable() public method

public DefineGlobalVariable ( string name, FieldAttributes attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
name string
attributes FieldAttributes
signature byte
addrKind SymAddressKind
addr1 int
addr2 int
addr3 int
return void
        public void DefineGlobalVariable(
			string name,
			FieldAttributes attributes,
			byte[] signature,
			SymAddressKind addrKind,
			int addr1,
			int addr2,
			int addr3)
        {
        }