AsmResolver.Net.Msil.MethodBody.MethodBodyOperandBuilder.GetStringOffset C# (CSharp) Method

GetStringOffset() public method

public GetStringOffset ( string value ) : uint
value string
return uint
            public uint GetStringOffset(string value)
            {
                return 0x70000000 | _buildingContext.GetStreamBuffer<UserStringStreamBuffer>().GetStringOffset(value);
            }