HackedBrain.ScriptCs.ClrMd.ClrMdPack.DumpArray C# (CSharp) Method

DumpArray() public method

public DumpArray ( ulong objectRef ) : void
objectRef ulong
return void
		public void DumpArray(ulong objectRef)
		{
			this.DumpArray(objectRef, 0, int.MaxValue, false);
		}

Same methods

ClrMdPack::DumpArray ( ulong objectRef, int startIndex, bool dumpFields ) : void
ClrMdPack::DumpArray ( ulong objectRef, int startIndex, int length ) : void
ClrMdPack::DumpArray ( ulong objectRef, int startIndex, int length, bool dumpFields ) : void